GroupId | GroupIdcom.techshroom |
---|---|
ArtifactId | ArtifactIdAversion |
Version | Version2.0.0 |
Type | Typejar |
Filename | Size |
---|---|
Aversion-2.0.0.pom | |
Aversion-2.0.0.jar | 114 KB |
Aversion-2.0.0-sources.jar | 7 KB |
Aversion-2.0.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.techshroom/Aversion/ -->
<dependency>
<groupId>com.techshroom</groupId>
<artifactId>Aversion</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.techshroom/Aversion/
implementation 'com.techshroom:Aversion:2.0.0'
// https://jarcasting.com/artifacts/com.techshroom/Aversion/
implementation ("com.techshroom:Aversion:2.0.0")
'com.techshroom:Aversion:jar:2.0.0'
<dependency org="com.techshroom" name="Aversion" rev="2.0.0">
<artifact name="Aversion" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.techshroom', module='Aversion', version='2.0.0')
)
libraryDependencies += "com.techshroom" % "Aversion" % "2.0.0"
[com.techshroom/Aversion "2.0.0"]