Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.eunjae.android.aevent |
ArtifactId | ArtifactIdAEvent |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
AEvent-1.0.1.pom | |
AEvent-1.0.1.jar | 15 KB |
AEvent-1.0.1-sources.jar | 6 KB |
AEvent-1.0.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.eunjae.android.aevent/AEvent/
implementation 'net.eunjae.android.aevent:AEvent:1.0.1'
// https://jarcasting.com/artifacts/net.eunjae.android.aevent/AEvent/
implementation ("net.eunjae.android.aevent:AEvent:1.0.1")
'net.eunjae.android.aevent:AEvent:jar:1.0.1'
<dependency org="net.eunjae.android.aevent" name="AEvent" rev="1.0.1">
<artifact name="AEvent" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.eunjae.android.aevent', module='AEvent', version='1.0.1')
)
libraryDependencies += "net.eunjae.android.aevent" % "AEvent" % "1.0.1"
[net.eunjae.android.aevent/AEvent "1.0.1"]