is not current version
Last Version 3.1.0

com.techshroom:Aversion 3.0.1

Common Gradle Config for TechShroom

GroupId

GroupId

com.techshroom
ArtifactId

ArtifactId

Aversion
Version

Version

3.0.1
Type

Type

jar

Download Aversion 3.0.1


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