Categories |
CategoriesJOnAS Container Application Servers Auto Application Layer Libs Code Generators |
---|---|
GroupId | GroupIdorg.ow2.jonas.autostart |
ArtifactId | ArtifactIdbuilder |
Version | Version1.0.0-M1 |
Type | Typejar |
Filename | Size |
---|---|
builder-1.0.0-M1.pom | |
builder-1.0.0-M1.jar | 11 KB |
builder-1.0.0-M1-sources.jar | 7 KB |
builder-1.0.0-M1-javadoc.jar | 33 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.jonas.autostart/builder/ -->
<dependency>
<groupId>org.ow2.jonas.autostart</groupId>
<artifactId>builder</artifactId>
<version>1.0.0-M1</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.jonas.autostart/builder/
implementation 'org.ow2.jonas.autostart:builder:1.0.0-M1'
// https://jarcasting.com/artifacts/org.ow2.jonas.autostart/builder/
implementation ("org.ow2.jonas.autostart:builder:1.0.0-M1")
'org.ow2.jonas.autostart:builder:jar:1.0.0-M1'
<dependency org="org.ow2.jonas.autostart" name="builder" rev="1.0.0-M1">
<artifact name="builder" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.jonas.autostart', module='builder', version='1.0.0-M1')
)
libraryDependencies += "org.ow2.jonas.autostart" % "builder" % "1.0.0-M1"
[org.ow2.jonas.autostart/builder "1.0.0-M1"]