is not current version
Last Version 3.1.0

com.techshroom:Aversion 2.0.1

Common Gradle Config for TechShroom

GroupId

GroupId

com.techshroom
ArtifactId

ArtifactId

Aversion
Version

Version

2.0.1
Type

Type

jar

Download Aversion 2.0.1


<!-- https://jarcasting.com/artifacts/com.techshroom/Aversion/ -->
<dependency>
    <groupId>com.techshroom</groupId>
    <artifactId>Aversion</artifactId>
    <version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.techshroom/Aversion/
implementation 'com.techshroom:Aversion:2.0.1'
// https://jarcasting.com/artifacts/com.techshroom/Aversion/
implementation ("com.techshroom:Aversion:2.0.1")
'com.techshroom:Aversion:jar:2.0.1'
<dependency org="com.techshroom" name="Aversion" rev="2.0.1">
  <artifact name="Aversion" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.techshroom', module='Aversion', version='2.0.1')
)
libraryDependencies += "com.techshroom" % "Aversion" % "2.0.1"
[com.techshroom/Aversion "2.0.1"]