| GroupId | GroupIdcom.brihaspathee.artemis |
|---|---|
| ArtifactId | ArtifactIdartemis-library |
| Version | Version1.0.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| artemis-library-1.0.2.pom | |
| artemis-library-1.0.2.jar | 22 KB |
| artemis-library-1.0.2-sources.jar | 10 KB |
| artemis-library-1.0.2-javadoc.jar | 178 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.brihaspathee.artemis/artemis-library/ -->
<dependency>
<groupId>com.brihaspathee.artemis</groupId>
<artifactId>artemis-library</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.brihaspathee.artemis/artemis-library/
implementation 'com.brihaspathee.artemis:artemis-library:1.0.2'
// https://jarcasting.com/artifacts/com.brihaspathee.artemis/artemis-library/
implementation ("com.brihaspathee.artemis:artemis-library:1.0.2")
'com.brihaspathee.artemis:artemis-library:jar:1.0.2'
<dependency org="com.brihaspathee.artemis" name="artemis-library" rev="1.0.2">
<artifact name="artemis-library" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.brihaspathee.artemis', module='artemis-library', version='1.0.2')
)
libraryDependencies += "com.brihaspathee.artemis" % "artemis-library" % "1.0.2"
[com.brihaspathee.artemis/artemis-library "1.0.2"]