| Categories |
CategoriesAnt Build Tools |
|---|---|
| GroupId | GroupIdorg.gridkit.lab |
| ArtifactId | ArtifactIdgrid-ant |
| Version | Version0.1.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| grid-ant-0.1.1.pom | |
| grid-ant-0.1.1.jar | 37 KB |
| grid-ant-0.1.1-sources.jar | 11 KB |
| grid-ant-0.1.1-javadoc.jar | 77 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.gridkit.lab/grid-ant/ -->
<dependency>
<groupId>org.gridkit.lab</groupId>
<artifactId>grid-ant</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.gridkit.lab/grid-ant/
implementation 'org.gridkit.lab:grid-ant:0.1.1'
// https://jarcasting.com/artifacts/org.gridkit.lab/grid-ant/
implementation ("org.gridkit.lab:grid-ant:0.1.1")
'org.gridkit.lab:grid-ant:jar:0.1.1'
<dependency org="org.gridkit.lab" name="grid-ant" rev="0.1.1">
<artifact name="grid-ant" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.gridkit.lab', module='grid-ant', version='0.1.1')
)
libraryDependencies += "org.gridkit.lab" % "grid-ant" % "0.1.1"
[org.gridkit.lab/grid-ant "0.1.1"]