All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.maven.com.oracle.bedrock.bedrock-runtime.pom.xml Maven / Gradle / Ivy

Go to download

Interfaces, classes and resources to construct, inspect and manage runtime processes.

There is a newer version: 7.0.3
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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>
  <groupId>com.oracle.bedrock</groupId>
  <artifactId>bedrock-runtime</artifactId>
  <version>6.0.3</version>
  <name>Bedrock for Runtime Management</name>
  <description>Interfaces, classes and resources to construct, inspect and manage
        runtime processes.</description>
  <url>https://github.com/coherence-community/oracle-bedrock/bedrock-runtime</url>
  <licenses>
    <license>
      <name>Common Development and Distribution License 1.0 ("CDDL")</name>
      <url>http://opensource.org/licenses/CDDL-1.0</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Jonathan Knight</name>
      <organization>Oracle Corporation</organization>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/coherence-community/oracle-bedrock.git/bedrock-runtime</connection>
    <developerConnection>scm:git:https://github.com/coherence-community/oracle-bedrock.git/bedrock-runtime</developerConnection>
    <tag>project-6.0.3</tag>
    <url>https://github.com/coherence-community/oracle-bedrock.git/bedrock-runtime</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.oracle.bedrock</groupId>
      <artifactId>bedrock-core</artifactId>
      <version>6.0.3</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
  <repositories>
    <repository>
      <releases>
        <enabled>false</enabled>
      </releases>
      <snapshots>
        <enabled>true</enabled>
      </snapshots>
      <id>snapshots-repo</id>
      <url>https://oss.sonatype.org/content/repositories/snapshots</url>
    </repository>
  </repositories>
</project>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy