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