is not current version
Last Version 3.0

com.github.aidensuen:common-repository 2.0

Common Repository

Categories

Categories

IDE Development Tools
GroupId

GroupId

com.github.aidensuen
ArtifactId

ArtifactId

common-repository
Version

Version

2.0
Type

Type

jar

Download common-repository 2.0


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