Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdcom.github.aidensuen |
ArtifactId | ArtifactIdcommon-repository |
Version | Version2.0 |
Type | Typejar |
Filename | Size |
---|---|
common-repository-2.0.pom | |
common-repository-2.0.jar | 44 KB |
common-repository-2.0-sources.jar | 24 KB |
common-repository-2.0-javadoc.jar | 185 KB |
Browse |
<!-- 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"]