License |
License |
---|---|
GroupId | GroupIdcom.bluecatcode.core |
ArtifactId | ArtifactIdcore |
Last Version | Last Version1.0.4 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncom.bluecatcode.core:core
Standard library extensions
|
Filename | Size |
---|---|
core-1.0.4.pom | |
core-1.0.4.jar | 8 KB |
core-1.0.4-sources.jar | 4 KB |
core-1.0.4-javadoc.jar | 55 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.bluecatcode.core/core/ -->
<dependency>
<groupId>com.bluecatcode.core</groupId>
<artifactId>core</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.bluecatcode.core/core/
implementation 'com.bluecatcode.core:core:1.0.4'
// https://jarcasting.com/artifacts/com.bluecatcode.core/core/
implementation ("com.bluecatcode.core:core:1.0.4")
'com.bluecatcode.core:core:jar:1.0.4'
<dependency org="com.bluecatcode.core" name="core" rev="1.0.4">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bluecatcode.core', module='core', version='1.0.4')
)
libraryDependencies += "com.bluecatcode.core" % "core" % "1.0.4"
[com.bluecatcode.core/core "1.0.4"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.findbugs : jsr305 | jar | 3.0.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |