Categories |
CategoriesNet Spoon Application Testing & Monitoring Code Analysis |
---|---|
GroupId | GroupIdnet.monperrus |
ArtifactId | ArtifactIdspoon-core |
Version | VersionGENESIS |
Type | Typejar |
Filename | Size |
---|---|
spoon-core-GENESIS.pom | |
spoon-core-GENESIS.jar | 4 KB |
spoon-core-GENESIS-jar-with-dependencies.jar | 6 MB |
Browse |
<!-- 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"]