Categories |
CategoriesGrizzly Net Networking |
---|---|
GroupId | GroupIdorg.testifyproject.server |
ArtifactId | ArtifactIdgrizzly2 |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
grizzly2-1.0.0.pom | |
grizzly2-1.0.0.jar | 6 KB |
grizzly2-1.0.0-sources.jar | 4 KB |
grizzly2-1.0.0-javadoc.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.testifyproject.server/grizzly2/ -->
<dependency>
<groupId>org.testifyproject.server</groupId>
<artifactId>grizzly2</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.testifyproject.server/grizzly2/
implementation 'org.testifyproject.server:grizzly2:1.0.0'
// https://jarcasting.com/artifacts/org.testifyproject.server/grizzly2/
implementation ("org.testifyproject.server:grizzly2:1.0.0")
'org.testifyproject.server:grizzly2:jar:1.0.0'
<dependency org="org.testifyproject.server" name="grizzly2" rev="1.0.0">
<artifact name="grizzly2" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.testifyproject.server', module='grizzly2', version='1.0.0')
)
libraryDependencies += "org.testifyproject.server" % "grizzly2" % "1.0.0"
[org.testifyproject.server/grizzly2 "1.0.0"]