License |
License |
---|---|
GroupId | GroupIdcom.arassec.igor |
ArtifactId | ArtifactIdcore |
Last Version | Last Version0.5.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncore
Contains the basic data model of igor.
|
Project URL |
Project URL |
Filename | Size |
---|---|
core-0.5.0.pom | |
core-0.5.0.jar | 76 KB |
core-0.5.0-sources.jar | 48 KB |
core-0.5.0-javadoc.jar | 737 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.arassec.igor/core/ -->
<dependency>
<groupId>com.arassec.igor</groupId>
<artifactId>core</artifactId>
<version>0.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.arassec.igor/core/
implementation 'com.arassec.igor:core:0.5.0'
// https://jarcasting.com/artifacts/com.arassec.igor/core/
implementation ("com.arassec.igor:core:0.5.0")
'com.arassec.igor:core:jar:0.5.0'
<dependency org="com.arassec.igor" name="core" rev="0.5.0">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.arassec.igor', module='core', version='0.5.0')
)
libraryDependencies += "com.arassec.igor" % "core" % "0.5.0"
[com.arassec.igor/core "0.5.0"]
Group / Artifact | Type | Version |
---|---|---|
javax.validation : validation-api | jar | 2.0.1.Final |
org.slf4j : slf4j-api | jar | 1.7.32 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.20 |