Last Version

service-generator 1.0.0

A module that contains an annotation processor that processes classes annotated with @Discoverable and generates a provider-configuration file under "META-INF/services" resource directory.

License

License

GroupId

GroupId

org.testifyproject.tools
ArtifactId

ArtifactId

service-generator
Version

Version

1.0.0
Type

Type

jar
Description

Description

service-generator
A module that contains an annotation processor that processes classes annotated with @Discoverable and generates a provider-configuration file under "META-INF/services" resource directory.
Project Organization

Project Organization

Testify Project

Download service-generator 1.0.0


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

Dependencies

test (4)

Group / Artifact Type Version
com.google.testing.compile : compile-testing jar 0.10
junit : junit jar 4.12
org.mockito : mockito-core jar 2.6.2
org.assertj : assertj-core jar 3.5.2

Project Modules

There are no modules declared in this project.