GroupId | GroupIdcom.wassilak |
---|---|
ArtifactId | ArtifactIdemom |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
emom-1.0.pom | |
emom-1.0.jar | 12 KB |
emom-1.0-sources.jar | 13 KB |
emom-1.0-javadoc.jar | 73 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.wassilak/emom/ -->
<dependency>
<groupId>com.wassilak</groupId>
<artifactId>emom</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.wassilak/emom/
implementation 'com.wassilak:emom:1.0'
// https://jarcasting.com/artifacts/com.wassilak/emom/
implementation ("com.wassilak:emom:1.0")
'com.wassilak:emom:jar:1.0'
<dependency org="com.wassilak" name="emom" rev="1.0">
<artifact name="emom" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.wassilak', module='emom', version='1.0')
)
libraryDependencies += "com.wassilak" % "emom" % "1.0"
[com.wassilak/emom "1.0"]