| License |
License |
|---|---|
| Categories |
CategoriesNet Wire Data Data Structures |
| GroupId | GroupIdnet.awired.bootstrap |
| ArtifactId | ArtifactIdbootstrap-sample-jar |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionAwired Bootstrap - Sample - Jar
Bootstrap for applications
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| bootstrap-sample-jar-1.0.pom | |
| bootstrap-sample-jar-1.0.jar | 160 KB |
| bootstrap-sample-jar-1.0-sources.jar | 1 KB |
| bootstrap-sample-jar-1.0-javadoc.jar | 25 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.awired.bootstrap/bootstrap-sample-jar/ -->
<dependency>
<groupId>net.awired.bootstrap</groupId>
<artifactId>bootstrap-sample-jar</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.awired.bootstrap/bootstrap-sample-jar/
implementation 'net.awired.bootstrap:bootstrap-sample-jar:1.0'
// https://jarcasting.com/artifacts/net.awired.bootstrap/bootstrap-sample-jar/
implementation ("net.awired.bootstrap:bootstrap-sample-jar:1.0")
'net.awired.bootstrap:bootstrap-sample-jar:jar:1.0'
<dependency org="net.awired.bootstrap" name="bootstrap-sample-jar" rev="1.0">
<artifact name="bootstrap-sample-jar" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.awired.bootstrap', module='bootstrap-sample-jar', version='1.0')
)
libraryDependencies += "net.awired.bootstrap" % "bootstrap-sample-jar" % "1.0"
[net.awired.bootstrap/bootstrap-sample-jar "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| net.awired.aclm : aclm | jar | 0.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.osgi : org.osgi.core | jar | 4.2.0 |
| org.slf4j : slf4j-api | jar | 1.6.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.8.2 |
| org.mockito : mockito-all | jar | 1.8.5 |