GroupId | GroupIdcom.brihaspathee.zeus |
---|---|
ArtifactId | ArtifactIdzeus-library |
Version | Version1.0.4 |
Type | Typejar |
Filename | Size |
---|---|
zeus-library-1.0.4.pom | |
zeus-library-1.0.4.jar | 130 KB |
zeus-library-1.0.4-sources.jar | 45 KB |
zeus-library-1.0.4-javadoc.jar | 378 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.brihaspathee.zeus/zeus-library/ -->
<dependency>
<groupId>com.brihaspathee.zeus</groupId>
<artifactId>zeus-library</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.brihaspathee.zeus/zeus-library/
implementation 'com.brihaspathee.zeus:zeus-library:1.0.4'
// https://jarcasting.com/artifacts/com.brihaspathee.zeus/zeus-library/
implementation ("com.brihaspathee.zeus:zeus-library:1.0.4")
'com.brihaspathee.zeus:zeus-library:jar:1.0.4'
<dependency org="com.brihaspathee.zeus" name="zeus-library" rev="1.0.4">
<artifact name="zeus-library" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.brihaspathee.zeus', module='zeus-library', version='1.0.4')
)
libraryDependencies += "com.brihaspathee.zeus" % "zeus-library" % "1.0.4"
[com.brihaspathee.zeus/zeus-library "1.0.4"]