License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdorg.eclipse.steady |
ArtifactId | ArtifactIdshared |
Last Version | Last Version3.2.4 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionsteady-shared
Contains class definitions shared between the different Maven modules.
They can be classified as follows: Classes for JSON (de)serialization, classes
supporting service connectivity, utility classes and classes used to ensure
consistency across modules.
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
shared-3.2.4.pom | |
shared-3.2.4.jar | 188 KB |
shared-3.2.4-tests.jar | 4 KB |
shared-3.2.4-sources.jar | 160 KB |
shared-3.2.4-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.steady/shared/ -->
<dependency>
<groupId>org.eclipse.steady</groupId>
<artifactId>shared</artifactId>
<version>3.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.steady/shared/
implementation 'org.eclipse.steady:shared:3.2.4'
// https://jarcasting.com/artifacts/org.eclipse.steady/shared/
implementation ("org.eclipse.steady:shared:3.2.4")
'org.eclipse.steady:shared:jar:3.2.4'
<dependency org="org.eclipse.steady" name="shared" rev="3.2.4">
<artifact name="shared" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.steady', module='shared', version='3.2.4')
)
libraryDependencies += "org.eclipse.steady" % "shared" % "3.2.4"
[org.eclipse.steady/shared "3.2.4"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-core | jar | 2.12.6 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.12.6.1 |
com.fasterxml.jackson.core : jackson-annotations | jar | 2.12.6 |
commons-configuration : commons-configuration | jar | 1.10 |
commons-collections : commons-collections | jar | 3.2.2 |
com.github.package-url : packageurl-java | jar | 1.4.1 |
javax.validation : validation-api | jar | 2.0.1.Final |
org.apache.logging.log4j : log4j-api | jar | 2.17.2 |
org.apache.logging.log4j : log4j-core | jar | 2.17.2 |
com.github.spotbugs : spotbugs-annotations | jar | 4.5.3 |