MVN

io.github.yemaoluo : DynamicCompiler

Maven & Gradle

Oct 27, 2023
1 stars

DynamicCompiler · For Java source code in String type. Dynamic Compiler will compile and run your sourcecode in memory.

<dependency>
    <groupId>io.github.yemaoluo</groupId>
    <artifactId>DynamicCompiler</artifactId>
    <version>1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.yemaoluo : DynamicCompiler to add to Maven - Latest Versions:

  • Latest Stable: 1.0

All Versions

Choose a version of io.github.yemaoluo : DynamicCompiler to add to Maven - All Versions:

Version Vulnerabilities Updated
2.0
DynamicCompiler-2.0
1.0
DynamicCompiler-1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>io.github.yemaoluo</groupId>
    <artifactId>DynamicCompiler</artifactId>
    <version>1.0</version>
</dependency>