mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Fixed imports.
This commit is contained in:
parent
ddb4b3dbd8
commit
6932b9f017
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
package com.beust.kobalt.maven
|
package com.beust.kobalt.maven
|
||||||
|
|
||||||
import com.beust.kobalt.api.*
|
import com.beust.kobalt.api.Kobalt
|
||||||
import org.eclipse.aether.artifact.*
|
import org.eclipse.aether.artifact.DefaultArtifact
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Encapsulate a Maven id captured in one string, as used by Gradle or Ivy, e.g. "org.testng:testng:6.9.9".
|
* Encapsulate a Maven id captured in one string, as used by Gradle or Ivy, e.g. "org.testng:testng:6.9.9".
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue