GroupId | GroupIdmt.edu.um.cs.rv |
---|---|
ArtifactId | ArtifactIdevents |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
events-1.0.0.pom | |
events-1.0.0.jar | 5 KB |
events-1.0.0-sources.jar | 4 KB |
events-1.0.0-javadoc.jar | 57 KB |
Browse |
<!-- https://jarcasting.com/artifacts/mt.edu.um.cs.rv/events/ -->
<dependency>
<groupId>mt.edu.um.cs.rv</groupId>
<artifactId>events</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/mt.edu.um.cs.rv/events/
implementation 'mt.edu.um.cs.rv:events:1.0.0'
// https://jarcasting.com/artifacts/mt.edu.um.cs.rv/events/
implementation ("mt.edu.um.cs.rv:events:1.0.0")
'mt.edu.um.cs.rv:events:jar:1.0.0'
<dependency org="mt.edu.um.cs.rv" name="events" rev="1.0.0">
<artifact name="events" type="jar" />
</dependency>
@Grapes(
@Grab(group='mt.edu.um.cs.rv', module='events', version='1.0.0')
)
libraryDependencies += "mt.edu.um.cs.rv" % "events" % "1.0.0"
[mt.edu.um.cs.rv/events "1.0.0"]