GroupId | GroupIdde.heikoseeberger |
---|---|
ArtifactId | ArtifactIdconstructr_2.12 |
Version | Version0.18.1 |
Type | Typejar |
Filename | Size |
---|---|
constructr_2.12-0.18.1.pom | |
constructr_2.12-0.18.1.jar | 79 KB |
constructr_2.12-0.18.1-sources.jar | 6 KB |
constructr_2.12-0.18.1-javadoc.jar | 696 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.heikoseeberger/constructr_2.12/ -->
<dependency>
<groupId>de.heikoseeberger</groupId>
<artifactId>constructr_2.12</artifactId>
<version>0.18.1</version>
</dependency>
// https://jarcasting.com/artifacts/de.heikoseeberger/constructr_2.12/
implementation 'de.heikoseeberger:constructr_2.12:0.18.1'
// https://jarcasting.com/artifacts/de.heikoseeberger/constructr_2.12/
implementation ("de.heikoseeberger:constructr_2.12:0.18.1")
'de.heikoseeberger:constructr_2.12:jar:0.18.1'
<dependency org="de.heikoseeberger" name="constructr_2.12" rev="0.18.1">
<artifact name="constructr_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.heikoseeberger', module='constructr_2.12', version='0.18.1')
)
libraryDependencies += "de.heikoseeberger" % "constructr_2.12" % "0.18.1"
[de.heikoseeberger/constructr_2.12 "0.18.1"]