GroupId | GroupIdorg.zuchini.examples |
---|---|
ArtifactId | ArtifactIdzuchini-examples-hooks |
Version | Version0.2.0 |
Type | Typejar |
Filename | Size |
---|---|
zuchini-examples-hooks-0.2.0.pom | |
zuchini-examples-hooks-0.2.0.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.zuchini.examples/zuchini-examples-hooks/ -->
<dependency>
<groupId>org.zuchini.examples</groupId>
<artifactId>zuchini-examples-hooks</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.zuchini.examples/zuchini-examples-hooks/
implementation 'org.zuchini.examples:zuchini-examples-hooks:0.2.0'
// https://jarcasting.com/artifacts/org.zuchini.examples/zuchini-examples-hooks/
implementation ("org.zuchini.examples:zuchini-examples-hooks:0.2.0")
'org.zuchini.examples:zuchini-examples-hooks:jar:0.2.0'
<dependency org="org.zuchini.examples" name="zuchini-examples-hooks" rev="0.2.0">
<artifact name="zuchini-examples-hooks" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.zuchini.examples', module='zuchini-examples-hooks', version='0.2.0')
)
libraryDependencies += "org.zuchini.examples" % "zuchini-examples-hooks" % "0.2.0"
[org.zuchini.examples/zuchini-examples-hooks "0.2.0"]