GroupId | GroupIdorg.no-hope |
---|---|
ArtifactId | ArtifactIdbean-modification-listener |
Version | Version0.1.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.no-hope/bean-modification-listener/ -->
<dependency>
<groupId>org.no-hope</groupId>
<artifactId>bean-modification-listener</artifactId>
<version>0.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.no-hope/bean-modification-listener/
implementation 'org.no-hope:bean-modification-listener:0.1.4'
// https://jarcasting.com/artifacts/org.no-hope/bean-modification-listener/
implementation ("org.no-hope:bean-modification-listener:0.1.4")
'org.no-hope:bean-modification-listener:jar:0.1.4'
<dependency org="org.no-hope" name="bean-modification-listener" rev="0.1.4">
<artifact name="bean-modification-listener" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.no-hope', module='bean-modification-listener', version='0.1.4')
)
libraryDependencies += "org.no-hope" % "bean-modification-listener" % "0.1.4"
[org.no-hope/bean-modification-listener "0.1.4"]