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