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