| License |
License |
|---|---|
| GroupId | GroupIdorg.scray |
| ArtifactId | ArtifactIdscray-common |
| Last Version | Last Version1.1.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionScray - Common
scray artefacts shared between scala and java components
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| scray-common-1.1.2.pom | |
| scray-common-1.1.2.jar | 60 KB |
| scray-common-1.1.2-sources.jar | 25 KB |
| scray-common-1.1.2-javadoc.jar | 249 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.scray/scray-common/ -->
<dependency>
<groupId>org.scray</groupId>
<artifactId>scray-common</artifactId>
<version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.scray/scray-common/
implementation 'org.scray:scray-common:1.1.2'
// https://jarcasting.com/artifacts/org.scray/scray-common/
implementation ("org.scray:scray-common:1.1.2")
'org.scray:scray-common:jar:1.1.2'
<dependency org="org.scray" name="scray-common" rev="1.1.2">
<artifact name="scray-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.scray', module='scray-common', version='1.1.2')
)
libraryDependencies += "org.scray" % "scray-common" % "1.1.2"
[org.scray/scray-common "1.1.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.7 |
| com.esotericsoftware : kryo | jar | 3.0.3 |