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