License |
License |
---|---|
Categories |
CategoriesNet Wire Data Data Structures |
GroupId | GroupIdnet.awired.core |
ArtifactId | ArtifactIdcore |
Last Version | Last Version0.6 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCore
Core lib with what I don't find elsewhere
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
core-0.6.pom | |
core-0.6.jar | 28 KB |
core-0.6-sources.jar | 21 KB |
core-0.6-javadoc.jar | 141 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.awired.core/core/ -->
<dependency>
<groupId>net.awired.core</groupId>
<artifactId>core</artifactId>
<version>0.6</version>
</dependency>
// https://jarcasting.com/artifacts/net.awired.core/core/
implementation 'net.awired.core:core:0.6'
// https://jarcasting.com/artifacts/net.awired.core/core/
implementation ("net.awired.core:core:0.6")
'net.awired.core:core:jar:0.6'
<dependency org="net.awired.core" name="core" rev="0.6">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.awired.core', module='core', version='0.6')
)
libraryDependencies += "net.awired.core" % "core" % "0.6"
[net.awired.core/core "0.6"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api Optional | jar | 1.7.5 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 0.11.8 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |
org.easytesting : fest-assert-core | jar | 2.0M8 |