is not current version
Last Version 0.1-GENESIS

net.monperrus:spoon-core GENESIS

Spoon is a tool for meta-programming, analysis and transformation of Java programs.

Categories

Categories

Net Spoon Application Testing & Monitoring Code Analysis
GroupId

GroupId

net.monperrus
ArtifactId

ArtifactId

spoon-core
Version

Version

GENESIS
Type

Type

jar

Download spoon-core GENESIS


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