License |
License |
---|---|
GroupId | GroupIdorg.jaxsb |
ArtifactId | ArtifactIdsample |
Version | Version2.1.6 |
Type | Typejar |
Description |
DescriptionJAX-SB Sample
Sample projects illustrating the use of the JAX-SB framework.
|
Project Organization |
Project OrganizationJAX-SB |
Filename | Size |
---|---|
sample-2.1.6.pom | |
sample-2.1.6.jar | 253 KB |
sample-2.1.6-tests.jar | 7 KB |
sample-2.1.6-sources.jar | 56 KB |
sample-2.1.6-javadoc.jar | 47 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jaxsb/sample/ -->
<dependency>
<groupId>org.jaxsb</groupId>
<artifactId>sample</artifactId>
<version>2.1.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.jaxsb/sample/
implementation 'org.jaxsb:sample:2.1.6'
// https://jarcasting.com/artifacts/org.jaxsb/sample/
implementation ("org.jaxsb:sample:2.1.6")
'org.jaxsb:sample:jar:2.1.6'
<dependency org="org.jaxsb" name="sample" rev="2.1.6">
<artifact name="sample" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jaxsb', module='sample', version='2.1.6')
)
libraryDependencies += "org.jaxsb" % "sample" % "2.1.6"
[org.jaxsb/sample "2.1.6"]
Group / Artifact | Type | Version |
---|---|---|
org.jaxsb : runtime | jar | 2.1.6 |
ch.qos.logback : logback-classic | jar | 1.2.3 |
Group / Artifact | Type | Version |
---|---|---|
org.libj : test | jar | 0.7.1 |
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 3.1.0 |