Categories |
CategoriesGrizzly Net Networking |
---|---|
GroupId | GroupIdorg.tiogasolutions.runners |
ArtifactId | ArtifactIdtioga-runners-spring-grizzly |
Version | Version1.0.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.tiogasolutions.runners/tioga-runners-spring-grizzly/ -->
<dependency>
<groupId>org.tiogasolutions.runners</groupId>
<artifactId>tioga-runners-spring-grizzly</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.tiogasolutions.runners/tioga-runners-spring-grizzly/
implementation 'org.tiogasolutions.runners:tioga-runners-spring-grizzly:1.0.3'
// https://jarcasting.com/artifacts/org.tiogasolutions.runners/tioga-runners-spring-grizzly/
implementation ("org.tiogasolutions.runners:tioga-runners-spring-grizzly:1.0.3")
'org.tiogasolutions.runners:tioga-runners-spring-grizzly:jar:1.0.3'
<dependency org="org.tiogasolutions.runners" name="tioga-runners-spring-grizzly" rev="1.0.3">
<artifact name="tioga-runners-spring-grizzly" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.tiogasolutions.runners', module='tioga-runners-spring-grizzly', version='1.0.3')
)
libraryDependencies += "org.tiogasolutions.runners" % "tioga-runners-spring-grizzly" % "1.0.3"
[org.tiogasolutions.runners/tioga-runners-spring-grizzly "1.0.3"]