Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdde.quantummaid.eventmaid |
ArtifactId | ArtifactIdcore |
Version | Version1.0.33 |
Type | Typejar |
Filename | Size |
---|---|
core-1.0.33.pom | |
core-1.0.33.jar | 248 KB |
core-1.0.33-sources.jar | 248 KB |
core-1.0.33-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.33</version>
</dependency>
// https://jarcasting.com/artifacts/de.quantummaid.eventmaid/core/
implementation 'de.quantummaid.eventmaid:core:1.0.33'
// https://jarcasting.com/artifacts/de.quantummaid.eventmaid/core/
implementation ("de.quantummaid.eventmaid:core:1.0.33")
'de.quantummaid.eventmaid:core:jar:1.0.33'
<dependency org="de.quantummaid.eventmaid" name="core" rev="1.0.33">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.quantummaid.eventmaid', module='core', version='1.0.33')
)
libraryDependencies += "de.quantummaid.eventmaid" % "core" % "1.0.33"
[de.quantummaid.eventmaid/core "1.0.33"]