| 组织ID: |
org.apache.isis.core |
| 项目ID: |
isis-core-plugins-codegen-bytebuddy |
| 版本: |
2.0.0-M2 |
| 最后修改时间: |
2019-05-15 15:08:07 |
| 包类型: |
jar |
| 标题: |
Apache Isis Plugin for Code Generation (ByteBuddy) |
| 描述: |
Code generation plugin using ByteBuddy. |
| 大小: |
15.72KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.apache.isis.core</groupId>
<artifactId>isis-core-plugins-codegen-bytebuddy</artifactId>
<version>2.0.0-M2</version>
</dependency>
|
| Gradle引入代码: |
org.apache.isis.core:isis-core-plugins-codegen-bytebuddy:2.0.0-M2
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor
license agreements. See the NOTICE file distributed with this work for additional
information regarding copyright ownership. The ASF licenses this file to
you under the Apache License, Version 2.0 (the "License"); you may not use
this file except in compliance with the License. You may obtain a copy of
the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required
by applicable law or agreed to in writing, software distributed under the
License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS
OF ANY KIND, either express or implied. See the License for the specific
language governing permissions and limitations under the License. -->
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.isis.core</groupId>
<artifactId>isis</artifactId>
<version>2.0.0-M2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<groupId>org.apache.isis.core</groupId>
<artifactId>isis-core-plugins-codegen-bytebuddy</artifactId>
<version>2.0.0-M2</version>
<name>Apache Isis Plugin for Code Generation (ByteBuddy)</name>
<description>Code generation plugin using ByteBuddy.</description>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<dependencies>
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>1.9.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.objenesis</groupId>
<artifactId>objenesis</artifactId>
<version>2.4</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.isis.core</groupId>
<artifactId>isis-core-commons</artifactId>
<version>2.0.0-M2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.21</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jmock</groupId>
<artifactId>jmock-junit4</artifactId>
<version>2.6.0</version>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>junit-dep</artifactId>
<groupId>junit</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-library</artifactId>
<version>1.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.3.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.3.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.vintage</groupId>
<artifactId>junit-vintage-engine</artifactId>
<version>5.3.1</version>
<scope>test</scope>
</dependency>
</dependencies>
<repositories>
<repository>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>Apache Repository</id>
<url>https://repository.apache.org/</url>
</repository>
<repository>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>JBoss Public Release</id>
<url>https://repository.jboss.org/nexus/content/groups/public-jboss/</url>
</repository>
<repository>
<snapshots>
<enabled>true</enabled>
</snapshots>
<id>sonatype-snapshots</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</repository>
<repository>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>jboss</id>
<url>http://repository.jboss.org/nexus/content/groups/public-jboss/</url>
</repository>
<repository>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>maven2-repository.dev.java.net</id>
<name>Java.net Repository for Maven</name>
<url>http://download.java.net/maven/2/</url>
</repository>
<repository>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>maven-repository.dev.java.net</id>
<name>Java.net Maven 1 Repository (legacy)</name>
<url>http://download.java.net/maven/1</url>
</repository>
<repository>
<releases>
<enabled>false</enabled>
</releases>
<id>apache.snapshots</id>
<name>Apache Snapshot Repository</name>
<url>https://repository.apache.org/snapshots</url>
</repository>
</repositories>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
META-INF/DEPENDENCIES
META-INF/LICENSE
META-INF/NOTICE
META-INF/services/org.apache.isis.core.plugins.codegen.ProxyFactoryPlugin
org.apache.isis.core.plugins.codegen.ClassLoadingStrategyAdvisor.class
org.apache.isis.core.plugins.codegen.ProxyFactoryPluginUsingByteBuddy$1.class
org.apache.isis.core.plugins.codegen.ProxyFactoryPluginUsingByteBuddy.class
org/apache/isis/plugins/codegen-bytebuddy/git.properties
META-INF/maven/org.apache.isis.core/isis-core-plugins-codegen-bytebuddy/pom.xml
META-INF/maven/org.apache.isis.core/isis-core-plugins-codegen-bytebuddy/pom.properties
|
| 依赖Jar: |
byte-buddy-1.9.2.jar
/net.bytebuddy/byte-buddy/1.9.2
查看byte-buddy所有版本文件
objenesis-2.4.jar
/org.objenesis/objenesis/2.4
查看objenesis所有版本文件
isis-core-commons-2.0.0-M2.jar
/org.apache.isis.core/isis-core-commons/2.0.0-M2
查看isis-core-commons所有版本文件
slf4j-api-1.7.21.jar
/org.slf4j/slf4j-api/1.7.21
查看slf4j-api所有版本文件
jmock-junit4-2.6.0.jar
/org.jmock/jmock-junit4/2.6.0
查看jmock-junit4所有版本文件
hamcrest-library-1.3.jar
/org.hamcrest/hamcrest-library/1.3
查看hamcrest-library所有版本文件
junit-jupiter-api-5.3.1.jar
/org.junit.jupiter/junit-jupiter-api/5.3.1
查看junit-jupiter-api所有版本文件
junit-jupiter-engine-5.3.1.jar
/org.junit.jupiter/junit-jupiter-engine/5.3.1
查看junit-jupiter-engine所有版本文件
junit-vintage-engine-5.3.1.jar
/org.junit.vintage/junit-vintage-engine/5.3.1
查看junit-vintage-engine所有版本文件
|