Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdcom.github.antdo |
ArtifactId | ArtifactIdantdo-common |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
antdo-common-0.0.1.pom | |
antdo-common-0.0.1.jar | 4 KB |
antdo-common-0.0.1-sources.jar | 1 KB |
antdo-common-0.0.1-javadoc.jar | 40 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.antdo/antdo-common/ -->
<dependency>
<groupId>com.github.antdo</groupId>
<artifactId>antdo-common</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.antdo/antdo-common/
implementation 'com.github.antdo:antdo-common:0.0.1'
// https://jarcasting.com/artifacts/com.github.antdo/antdo-common/
implementation ("com.github.antdo:antdo-common:0.0.1")
'com.github.antdo:antdo-common:jar:0.0.1'
<dependency org="com.github.antdo" name="antdo-common" rev="0.0.1">
<artifact name="antdo-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.antdo', module='antdo-common', version='0.0.1')
)
libraryDependencies += "com.github.antdo" % "antdo-common" % "0.0.1"
[com.github.antdo/antdo-common "0.0.1"]