is not current version
Last Version 3.0

com.github.aidensuen:common-repository 1.0

Common Repository

Categories

Categories

IDE Development Tools
GroupId

GroupId

com.github.aidensuen
ArtifactId

ArtifactId

common-repository
Version

Version

1.0
Type

Type

jar

Download common-repository 1.0


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