You can download org.jacoco.agent-0.7.5.201505241946.jar in this page.
Open Source License
org.jacoco.agent-0.7.5.201505241946.jar file has the following types.
META-INF/MANIFEST.MF META-INF/MTNMINDS.RSA META-INF/MTNMINDS.SF META-INF/maven/org.jacoco/org.jacoco.agent/pom.properties META-INF/maven/org.jacoco/org.jacoco.agent/pom.xml about.html jacocoagent.jar org.jacoco.agent.AgentJar.class
org.jacoco.agent-0.7.5.201505241946.pom file content.
<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright (c) 2009, 2015 Mountainminds GmbH & Co. KG and Contributors All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html Contributors: Evgeny Mandrikov - initial API and implementation --> <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/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.jacoco</groupId> <artifactId>org.jacoco.build</artifactId> <version>0.7.5.201505241946</version> <relativePath>../org.jacoco.build</relativePath> </parent> <artifactId>org.jacoco.agent</artifactId> <name>JaCoCo :: Agent</name> <description>JaCoCo Agent</description> <build> <sourceDirectory>src</sourceDirectory> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-dependency-plugin</artifactId> <executions> <execution> <phase>prepare-package</phase> <goals> <goal>copy</goal> </goals> <configuration> <artifactItems> <artifactItem> <groupId>${project.groupId}</groupId> <artifactId>org.jacoco.agent.rt</artifactId> <classifier>all</classifier> <version>${project.version}</version> <destFileName>jacocoagent.jar</destFileName> </artifactItem> </artifactItems> <outputDirectory>${project.build.directory}/classes</outputDirectory> <overWriteReleases>false</overWriteReleases> <overWriteSnapshots>false</overWriteSnapshots> <overWriteIfNewer>true</overWriteIfNewer> </configuration> </execution> </executions> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>build-helper-maven-plugin</artifactId> <executions> <execution> <id>attach-artifacts</id> <phase>package</phase> <goals> <goal>attach-artifact</goal> </goals> <configuration> <artifacts> <artifact> <file>${project.build.directory}/classes/jacocoagent.jar</file> <type>jar</type> <classifier>runtime</classifier> </artifact> </artifacts> </configuration> </execution> </executions> </plugin> </plugins> </build> </project>
<dependency> <groupId>org.jacoco</groupId> <artifactId>org.jacoco.agent</artifactId> <version>0.7.5.201505241946</version> </dependency>
If you think the following org.jacoco.agent-0.7.5.201505241946.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download org.jacoco.agent-0.7.5.201505241946.jar file