is not current version
Last Version 0.1.1

com.github.wolf480pl:mias4j 0.1.0

Method Interception and Sandboxing for Java - an alternative Java sandbox based on bytecode rewrite

GroupId

GroupId

com.github.wolf480pl
ArtifactId

ArtifactId

mias4j
Version

Version

0.1.0
Type

Type

jar

Download mias4j 0.1.0


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