is not current version
Last Version 1.0.6

org.testifyproject.server:server-core 1.0.4

A module that provides shared server classes.

GroupId

GroupId

org.testifyproject.server
ArtifactId

ArtifactId

server-core
Version

Version

1.0.4
Type

Type

jar

Download server-core 1.0.4


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