Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdde.quantummaid.eventmaid |
ArtifactId | ArtifactIdcore |
Version | Version1.0.41 |
Type | Typejar |
Filename | Size |
---|---|
core-1.0.41.pom | |
core-1.0.41.jar | 250 KB |
core-1.0.41-sources.jar | 250 KB |
core-1.0.41-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/de.quantummaid.eventmaid/core/ -->
<dependency>
<groupId>de.quantummaid.eventmaid</groupId>
<artifactId>core</artifactId>
<version>1.0.41</version>
</dependency>
// https://jarcasting.com/artifacts/de.quantummaid.eventmaid/core/
implementation 'de.quantummaid.eventmaid:core:1.0.41'
// https://jarcasting.com/artifacts/de.quantummaid.eventmaid/core/
implementation ("de.quantummaid.eventmaid:core:1.0.41")
'de.quantummaid.eventmaid:core:jar:1.0.41'
<dependency org="de.quantummaid.eventmaid" name="core" rev="1.0.41">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.quantummaid.eventmaid', module='core', version='1.0.41')
)
libraryDependencies += "de.quantummaid.eventmaid" % "core" % "1.0.41"
[de.quantummaid.eventmaid/core "1.0.41"]