GroupId | GroupIdorg.aperteworkflow |
---|---|
ArtifactId | ArtifactIdcore |
Version | Version1.1 |
Type | Typepom |
Filename | Size |
---|---|
core-1.1.pom | 999 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.aperteworkflow/core/ -->
<dependency>
<groupId>org.aperteworkflow</groupId>
<artifactId>core</artifactId>
<version>1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.aperteworkflow/core/
implementation 'org.aperteworkflow:core:1.1'
// https://jarcasting.com/artifacts/org.aperteworkflow/core/
implementation ("org.aperteworkflow:core:1.1")
'org.aperteworkflow:core:pom:1.1'
<dependency org="org.aperteworkflow" name="core" rev="1.1">
<artifact name="core" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.aperteworkflow', module='core', version='1.1')
)
libraryDependencies += "org.aperteworkflow" % "core" % "1.1"
[org.aperteworkflow/core "1.1"]