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