GroupId | GroupIdorg.devocative.artemis |
---|---|
ArtifactId | ArtifactIdartemis-core |
Version | Version1.1 |
Type | Typejar |
Filename | Size |
---|---|
artemis-core-1.1.pom | |
artemis-core-1.1.jar | 61 KB |
artemis-core-1.1-sources.jar | 25 KB |
artemis-core-1.1-javadoc.jar | 576 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.devocative.artemis/artemis-core/ -->
<dependency>
<groupId>org.devocative.artemis</groupId>
<artifactId>artemis-core</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.devocative.artemis/artemis-core/
implementation 'org.devocative.artemis:artemis-core:1.1'
// https://jarcasting.com/artifacts/org.devocative.artemis/artemis-core/
implementation ("org.devocative.artemis:artemis-core:1.1")
'org.devocative.artemis:artemis-core:jar:1.1'
<dependency org="org.devocative.artemis" name="artemis-core" rev="1.1">
<artifact name="artemis-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.devocative.artemis', module='artemis-core', version='1.1')
)
libraryDependencies += "org.devocative.artemis" % "artemis-core" % "1.1"
[org.devocative.artemis/artemis-core "1.1"]