is not current version
Last Version 3.1.0

com.techshroom:Aversion 2.0.0

Common Gradle Config for TechShroom

GroupId

GroupId

com.techshroom
ArtifactId

ArtifactId

Aversion
Version

Version

2.0.0
Type

Type

jar

Download Aversion 2.0.0


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