GroupId | GroupIdde.digitalcollections.flusswerk |
---|---|
ArtifactId | ArtifactIdexamples-plain |
Version | Version3.1.1 |
Type | Typejar |
Filename | Size |
---|---|
examples-plain-3.1.1.pom | |
examples-plain-3.1.1.jar | 7 KB |
examples-plain-3.1.1-sources.jar | 5 KB |
examples-plain-3.1.1-javadoc.jar | 411 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.digitalcollections.flusswerk/examples-plain/ -->
<dependency>
<groupId>de.digitalcollections.flusswerk</groupId>
<artifactId>examples-plain</artifactId>
<version>3.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/de.digitalcollections.flusswerk/examples-plain/
implementation 'de.digitalcollections.flusswerk:examples-plain:3.1.1'
// https://jarcasting.com/artifacts/de.digitalcollections.flusswerk/examples-plain/
implementation ("de.digitalcollections.flusswerk:examples-plain:3.1.1")
'de.digitalcollections.flusswerk:examples-plain:jar:3.1.1'
<dependency org="de.digitalcollections.flusswerk" name="examples-plain" rev="3.1.1">
<artifact name="examples-plain" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.digitalcollections.flusswerk', module='examples-plain', version='3.1.1')
)
libraryDependencies += "de.digitalcollections.flusswerk" % "examples-plain" % "3.1.1"
[de.digitalcollections.flusswerk/examples-plain "3.1.1"]