is not current version
Last Version 1.2.2

net.uptheinter:interceptify 1.1.0

A library for runtime java code interception

Categories

Categories

Net
GroupId

GroupId

net.uptheinter
ArtifactId

ArtifactId

interceptify
Version

Version

1.1.0
Type

Type

pom

Download interceptify 1.1.0


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