| GroupId | GroupIdcom.github.jnoee |
|---|---|
| ArtifactId | ArtifactIdcoo.core |
| Version | Version2.1.5 |
| Type | Typejar |
| Filename | Size |
|---|---|
| coo.core-2.1.5.pom | |
| coo.core-2.1.5.jar | 68 KB |
| coo.core-2.1.5-sources.jar | 44 KB |
| coo.core-2.1.5-javadoc.jar | 294 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.jnoee/coo.core/ -->
<dependency>
<groupId>com.github.jnoee</groupId>
<artifactId>coo.core</artifactId>
<version>2.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jnoee/coo.core/
implementation 'com.github.jnoee:coo.core:2.1.5'
// https://jarcasting.com/artifacts/com.github.jnoee/coo.core/
implementation ("com.github.jnoee:coo.core:2.1.5")
'com.github.jnoee:coo.core:jar:2.1.5'
<dependency org="com.github.jnoee" name="coo.core" rev="2.1.5">
<artifact name="coo.core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jnoee', module='coo.core', version='2.1.5')
)
libraryDependencies += "com.github.jnoee" % "coo.core" % "2.1.5"
[com.github.jnoee/coo.core "2.1.5"]