Categories |
CategoriesAuto Application Layer Libs Code Generators |
---|---|
GroupId | GroupIdcom.github.mixja |
ArtifactId | ArtifactIdautoversion |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
autoversion-0.1.0.pom | |
autoversion-0.1.0.jar | 13 KB |
autoversion-0.1.0-sources.jar | 2 KB |
autoversion-0.1.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.mixja/autoversion/ -->
<dependency>
<groupId>com.github.mixja</groupId>
<artifactId>autoversion</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mixja/autoversion/
implementation 'com.github.mixja:autoversion:0.1.0'
// https://jarcasting.com/artifacts/com.github.mixja/autoversion/
implementation ("com.github.mixja:autoversion:0.1.0")
'com.github.mixja:autoversion:jar:0.1.0'
<dependency org="com.github.mixja" name="autoversion" rev="0.1.0">
<artifact name="autoversion" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mixja', module='autoversion', version='0.1.0')
)
libraryDependencies += "com.github.mixja" % "autoversion" % "0.1.0"
[com.github.mixja/autoversion "0.1.0"]