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