is not current version
Last Version 2.0.0-BETA-4-JAVA7

org.osgl:osgl-ut 2.0.0-BETA-2

OSGL unit test tool

GroupId

GroupId

org.osgl
ArtifactId

ArtifactId

osgl-ut
Version

Version

2.0.0-BETA-2
Type

Type

jar

Download osgl-ut 2.0.0-BETA-2


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