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