GroupId | GroupIdfr.maif |
---|---|
ArtifactId | ArtifactIdcommons-events |
Version | Version1.1.0 |
Type | Typejar |
Filename | Size |
---|---|
commons-events-1.1.0.pom | |
commons-events-1.1.0.jar | 6 KB |
commons-events-1.1.0-sources.jar | 2 KB |
commons-events-1.1.0-javadoc.jar | 189 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/fr.maif/commons-events/ -->
<dependency>
<groupId>fr.maif</groupId>
<artifactId>commons-events</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/fr.maif/commons-events/
implementation 'fr.maif:commons-events:1.1.0'
// https://jarcasting.com/artifacts/fr.maif/commons-events/
implementation ("fr.maif:commons-events:1.1.0")
'fr.maif:commons-events:jar:1.1.0'
<dependency org="fr.maif" name="commons-events" rev="1.1.0">
<artifact name="commons-events" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.maif', module='commons-events', version='1.1.0')
)
libraryDependencies += "fr.maif" % "commons-events" % "1.1.0"
[fr.maif/commons-events "1.1.0"]