Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.eunjae.android.aevent |
ArtifactId | ArtifactIdAEvent |
Version | Version1.0.3 |
Type | Typejar |
Filename | Size |
---|---|
AEvent-1.0.3.pom | |
AEvent-1.0.3.jar | 15 KB |
AEvent-1.0.3-sources.jar | 6 KB |
AEvent-1.0.3-javadoc.jar | 66 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.eunjae.android.aevent/AEvent/ -->
<dependency>
<groupId>net.eunjae.android.aevent</groupId>
<artifactId>AEvent</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/net.eunjae.android.aevent/AEvent/
implementation 'net.eunjae.android.aevent:AEvent:1.0.3'
// https://jarcasting.com/artifacts/net.eunjae.android.aevent/AEvent/
implementation ("net.eunjae.android.aevent:AEvent:1.0.3")
'net.eunjae.android.aevent:AEvent:jar:1.0.3'
<dependency org="net.eunjae.android.aevent" name="AEvent" rev="1.0.3">
<artifact name="AEvent" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.eunjae.android.aevent', module='AEvent', version='1.0.3')
)
libraryDependencies += "net.eunjae.android.aevent" % "AEvent" % "1.0.3"
[net.eunjae.android.aevent/AEvent "1.0.3"]