is not current version
Last Version 3.0.0

org.fujion:fujion-test 2.0.0-RC5

Testing framework that includes mock classes for core components.

GroupId

GroupId

org.fujion
ArtifactId

ArtifactId

fujion-test
Version

Version

2.0.0-RC5
Type

Type

jar

Download fujion-test 2.0.0-RC5


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