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