is not current version
Last Version 3.1.0

com.techshroom:Aversion 3.0.0

Common Gradle Config for TechShroom

GroupId

GroupId

com.techshroom
ArtifactId

ArtifactId

Aversion
Version

Version

3.0.0
Type

Type

jar

Download Aversion 3.0.0


<!-- 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"]