GroupId | GroupIdcom.github.corydoras |
---|---|
ArtifactId | ArtifactIdbase |
Version | Version1.5.2 |
Type | Typejar |
Filename | Size |
---|---|
base-1.5.2.pom | |
base-1.5.2.jar | 1 MB |
base-1.5.2-sources.jar | 705 KB |
base-1.5.2-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.corydoras/base/ -->
<dependency>
<groupId>com.github.corydoras</groupId>
<artifactId>base</artifactId>
<version>1.5.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.corydoras/base/
implementation 'com.github.corydoras:base:1.5.2'
// https://jarcasting.com/artifacts/com.github.corydoras/base/
implementation ("com.github.corydoras:base:1.5.2")
'com.github.corydoras:base:jar:1.5.2'
<dependency org="com.github.corydoras" name="base" rev="1.5.2">
<artifact name="base" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.corydoras', module='base', version='1.5.2')
)
libraryDependencies += "com.github.corydoras" % "base" % "1.5.2"
[com.github.corydoras/base "1.5.2"]