Last Version

SpiceIt Example - Agent 0.1

This example project shows how to use SpiceIt as a Java Agent.

License

License

GroupId

GroupId

gg.neko.spiceit
ArtifactId

ArtifactId

spiceit-example-agent
Version

Version

0.1
Type

Type

jar
Description

Description

SpiceIt Example - Agent
This example project shows how to use SpiceIt as a Java Agent.

Download spiceit-example-agent 0.1


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

Dependencies

compile (3)

Group / Artifact Type Version
gg.neko.spiceit : spiceit-api jar 0.1
org.slf4j : slf4j-api jar 1.7.29
ch.qos.logback : logback-classic jar 1.2.3

Project Modules

There are no modules declared in this project.