Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdau.com.anthonybruno |
ArtifactId | ArtifactIdSdGen |
Version | Version0.2.0 |
Type | Typejar |
Filename | Size |
---|---|
SdGen-0.2.0.pom | |
SdGen-0.2.0.jar | 31 KB |
SdGen-0.2.0-sources.jar | 18 KB |
SdGen-0.2.0-javadoc.jar | 235 KB |
Browse |
<!-- https://jarcasting.com/artifacts/au.com.anthonybruno/SdGen/ -->
<dependency>
<groupId>au.com.anthonybruno</groupId>
<artifactId>SdGen</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/au.com.anthonybruno/SdGen/
implementation 'au.com.anthonybruno:SdGen:0.2.0'
// https://jarcasting.com/artifacts/au.com.anthonybruno/SdGen/
implementation ("au.com.anthonybruno:SdGen:0.2.0")
'au.com.anthonybruno:SdGen:jar:0.2.0'
<dependency org="au.com.anthonybruno" name="SdGen" rev="0.2.0">
<artifact name="SdGen" type="jar" />
</dependency>
@Grapes(
@Grab(group='au.com.anthonybruno', module='SdGen', version='0.2.0')
)
libraryDependencies += "au.com.anthonybruno" % "SdGen" % "0.2.0"
[au.com.anthonybruno/SdGen "0.2.0"]