is not current version
Last Version 1.4.0

org.jooby:jooby-spec 1.3.0


Categories

Categories

Jooby User Interface Web Frameworks
GroupId

GroupId

org.jooby
ArtifactId

ArtifactId

jooby-spec
Version

Version

1.3.0
Type

Type

jar

Download jooby-spec 1.3.0


<!-- https://jarcasting.com/artifacts/org.jooby/jooby-spec/ -->
<dependency>
    <groupId>org.jooby</groupId>
    <artifactId>jooby-spec</artifactId>
    <version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jooby/jooby-spec/
implementation 'org.jooby:jooby-spec:1.3.0'
// https://jarcasting.com/artifacts/org.jooby/jooby-spec/
implementation ("org.jooby:jooby-spec:1.3.0")
'org.jooby:jooby-spec:jar:1.3.0'
<dependency org="org.jooby" name="jooby-spec" rev="1.3.0">
  <artifact name="jooby-spec" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jooby', module='jooby-spec', version='1.3.0')
)
libraryDependencies += "org.jooby" % "jooby-spec" % "1.3.0"
[org.jooby/jooby-spec "1.3.0"]