Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIddev.errant |
ArtifactId | ArtifactIdbettertype-core |
Version | Version0.5.0 |
Type | Typejar |
Filename | Size |
---|---|
bettertype-core-0.5.0.pom | |
bettertype-core-0.5.0.jar | 9 KB |
bettertype-core-0.5.0-sources.jar | 8 KB |
bettertype-core-0.5.0-javadoc.jar | 457 KB |
Browse |
<!-- https://jarcasting.com/artifacts/dev.errant/bettertype-core/ -->
<dependency>
<groupId>dev.errant</groupId>
<artifactId>bettertype-core</artifactId>
<version>0.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/dev.errant/bettertype-core/
implementation 'dev.errant:bettertype-core:0.5.0'
// https://jarcasting.com/artifacts/dev.errant/bettertype-core/
implementation ("dev.errant:bettertype-core:0.5.0")
'dev.errant:bettertype-core:jar:0.5.0'
<dependency org="dev.errant" name="bettertype-core" rev="0.5.0">
<artifact name="bettertype-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.errant', module='bettertype-core', version='0.5.0')
)
libraryDependencies += "dev.errant" % "bettertype-core" % "0.5.0"
[dev.errant/bettertype-core "0.5.0"]