GroupId | GroupIdorg.aperteworkflow |
---|---|
ArtifactId | ArtifactIdsamples |
Version | Version2.0-RC1 |
Type | Typepom |
Filename | Size |
---|---|
samples-2.0-RC1.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.aperteworkflow/samples/ -->
<dependency>
<groupId>org.aperteworkflow</groupId>
<artifactId>samples</artifactId>
<version>2.0-RC1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.aperteworkflow/samples/
implementation 'org.aperteworkflow:samples:2.0-RC1'
// https://jarcasting.com/artifacts/org.aperteworkflow/samples/
implementation ("org.aperteworkflow:samples:2.0-RC1")
'org.aperteworkflow:samples:pom:2.0-RC1'
<dependency org="org.aperteworkflow" name="samples" rev="2.0-RC1">
<artifact name="samples" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.aperteworkflow', module='samples', version='2.0-RC1')
)
libraryDependencies += "org.aperteworkflow" % "samples" % "2.0-RC1"
[org.aperteworkflow/samples "2.0-RC1"]