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