| License |
License |
|---|---|
| GroupId | GroupIdgg.neko.spiceit |
| ArtifactId | ArtifactIdspiceit-example-agent |
| Version | Version0.1 |
| Type | Typejar |
| Description |
DescriptionSpiceIt Example - Agent
This example project shows how to use SpiceIt as a Java Agent.
|
<!-- 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"]
| 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 |