GroupId | GroupIdorg.openlca |
---|---|
ArtifactId | ArtifactIdolca-proto-parent |
Version | Version1.0.0 |
Type | Typepom |
Filename | Size |
---|---|
olca-proto-parent-1.0.0.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.openlca/olca-proto-parent/ -->
<dependency>
<groupId>org.openlca</groupId>
<artifactId>olca-proto-parent</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.openlca/olca-proto-parent/
implementation 'org.openlca:olca-proto-parent:1.0.0'
// https://jarcasting.com/artifacts/org.openlca/olca-proto-parent/
implementation ("org.openlca:olca-proto-parent:1.0.0")
'org.openlca:olca-proto-parent:pom:1.0.0'
<dependency org="org.openlca" name="olca-proto-parent" rev="1.0.0">
<artifact name="olca-proto-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.openlca', module='olca-proto-parent', version='1.0.0')
)
libraryDependencies += "org.openlca" % "olca-proto-parent" % "1.0.0"
[org.openlca/olca-proto-parent "1.0.0"]