GroupId | GroupIdfr.maif |
---|---|
ArtifactId | ArtifactIdcommons-events |
Version | Version1.1.4 |
Type | Typejar |
Filename | Size |
---|---|
commons-events-1.1.4.pom | |
commons-events-1.1.4.jar | 6 KB |
commons-events-1.1.4-sources.jar | 3 KB |
commons-events-1.1.4-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.4</version>
</dependency>
// https://jarcasting.com/artifacts/fr.maif/commons-events/
implementation 'fr.maif:commons-events:1.1.4'
// https://jarcasting.com/artifacts/fr.maif/commons-events/
implementation ("fr.maif:commons-events:1.1.4")
'fr.maif:commons-events:jar:1.1.4'
<dependency org="fr.maif" name="commons-events" rev="1.1.4">
<artifact name="commons-events" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.maif', module='commons-events', version='1.1.4')
)
libraryDependencies += "fr.maif" % "commons-events" % "1.1.4"
[fr.maif/commons-events "1.1.4"]