Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.seabears |
ArtifactId | ArtifactIdjohn-hancock |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
john-hancock-1.0.0.pom | |
john-hancock-1.0.0.jar | 15 KB |
john-hancock-1.0.0-sources.jar | 7 KB |
john-hancock-1.0.0-javadoc.jar | 370 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.seabears/john-hancock/ -->
<dependency>
<groupId>net.seabears</groupId>
<artifactId>john-hancock</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.seabears/john-hancock/
implementation 'net.seabears:john-hancock:1.0.0'
// https://jarcasting.com/artifacts/net.seabears/john-hancock/
implementation ("net.seabears:john-hancock:1.0.0")
'net.seabears:john-hancock:jar:1.0.0'
<dependency org="net.seabears" name="john-hancock" rev="1.0.0">
<artifact name="john-hancock" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.seabears', module='john-hancock', version='1.0.0')
)
libraryDependencies += "net.seabears" % "john-hancock" % "1.0.0"
[net.seabears/john-hancock "1.0.0"]