is not current version
Last Version 1.4.0

org.jooby:jooby-spec 1.0.1


Categories

Categories

Jooby User Interface Web Frameworks
GroupId

GroupId

org.jooby
ArtifactId

ArtifactId

jooby-spec
Version

Version

1.0.1
Type

Type

jar

Download jooby-spec 1.0.1


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