| GroupId | GroupIdcom.brihaspathee.artemis |
|---|---|
| ArtifactId | ArtifactIdartemis-library |
| Version | Version1.0.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| artemis-library-1.0.1.pom | |
| artemis-library-1.0.1.jar | 22 KB |
| artemis-library-1.0.1-sources.jar | 10 KB |
| artemis-library-1.0.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.brihaspathee.artemis/artemis-library/
implementation 'com.brihaspathee.artemis:artemis-library:1.0.1'
// https://jarcasting.com/artifacts/com.brihaspathee.artemis/artemis-library/
implementation ("com.brihaspathee.artemis:artemis-library:1.0.1")
'com.brihaspathee.artemis:artemis-library:jar:1.0.1'
<dependency org="com.brihaspathee.artemis" name="artemis-library" rev="1.0.1">
<artifact name="artemis-library" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.brihaspathee.artemis', module='artemis-library', version='1.0.1')
)
libraryDependencies += "com.brihaspathee.artemis" % "artemis-library" % "1.0.1"
[com.brihaspathee.artemis/artemis-library "1.0.1"]