GroupId | GroupIdorg.into-cps.maestro.frameworks |
---|---|
ArtifactId | ArtifactIdbuilder |
Version | Version2.1.6 |
Type | Typejar |
Filename | Size |
---|---|
builder-2.1.6.pom | |
builder-2.1.6.jar | 27 KB |
builder-2.1.6-tests.jar | 1 KB |
builder-2.1.6-sources.jar | 5 KB |
builder-2.1.6-javadoc.jar | 594 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.into-cps.maestro.frameworks/builder/ -->
<dependency>
<groupId>org.into-cps.maestro.frameworks</groupId>
<artifactId>builder</artifactId>
<version>2.1.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.into-cps.maestro.frameworks/builder/
implementation 'org.into-cps.maestro.frameworks:builder:2.1.6'
// https://jarcasting.com/artifacts/org.into-cps.maestro.frameworks/builder/
implementation ("org.into-cps.maestro.frameworks:builder:2.1.6")
'org.into-cps.maestro.frameworks:builder:jar:2.1.6'
<dependency org="org.into-cps.maestro.frameworks" name="builder" rev="2.1.6">
<artifact name="builder" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.into-cps.maestro.frameworks', module='builder', version='2.1.6')
)
libraryDependencies += "org.into-cps.maestro.frameworks" % "builder" % "2.1.6"
[org.into-cps.maestro.frameworks/builder "2.1.6"]