Download enkan-system-0.1.0.jar file

Introduction

You can download enkan-system-0.1.0.jar in this page.

License

Open Source

Type List

enkan-system-0.1.0.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/net.unit8.enkan/enkan-system/pom.properties
META-INF/maven/net.unit8.enkan/enkan-system/pom.xml
enkan.component.ApplicationComponent.class
enkan.component.BeansConverter.class
enkan.component.ComponentLifecycle.class
enkan.component.ComponentRelationship.class
enkan.component.DataSourceComponent.class
enkan.component.LifecycleManager.class
enkan.component.SystemComponent.class
enkan.component.TransactionComponent.class
enkan.component.WebServerComponent.class
enkan.component.builtin.HmacEncoder.class
enkan.config.ApplicationFactory.class
enkan.config.ConfigurationLoader.class
enkan.config.EnkanSystemFactory.class
enkan.system.EnkanSystem.class
enkan.system.Repl.class
enkan.system.ReplResponse.class
enkan.system.SystemCommand.class
enkan.system.Transport.class
enkan.system.command.MiddlewareCommand.class
enkan.system.inject.ComponentInjector.class
enkan.system.repl.ReplBoot.class
enkan.system.repl.SocketTransport.class
enkan.system.repl.SystemCommandRegister.class

Pom

enkan-system-0.1.0.pom file content.

<project xmlns="http://maven.apache.org/POM/4.0.0"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>

    <parent>
        <groupId>net.unit8.enkan</groupId>
        <artifactId>enkan-parent</artifactId>
        <version>0.1.0-beta1</version>
        <relativePath>../enkan-parent</relativePath>
    </parent>

    <artifactId>enkan-system</artifactId>
    <packaging>jar</packaging>

    <name>enkan-system</name>

    <dependencies>
        <dependency>
            <groupId>net.unit8.enkan</groupId>
            <artifactId>enkan-core</artifactId>
            <version>0.1.0-beta1</version>
        </dependency>
        <dependency>
            <groupId>org.slf4j</groupId>
            <artifactId>slf4j-api</artifactId>
            <version>1.7.21</version>
        </dependency>
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <version>4.12</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>jline</groupId>
            <artifactId>jline</artifactId>
            <version>2.12</version>
        </dependency>
        <dependency>
            <groupId>org.msgpack</groupId>
            <artifactId>msgpack</artifactId>
            <version>0.6.12</version>
        </dependency>
    </dependencies>
</project>

POM Entry

<dependency>
   <groupId>net.unit8.enkan</groupId>
   <artifactId>enkan-system</artifactId>
   <version>0.1.0</version>
</dependency>

Download

If you think the following enkan-system-0.1.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download enkan-system-0.1.0.jar file




PreviousNext

Related