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