组织ID: |
com.typesafe.akka |
项目ID: |
akka-osgi_2.10 |
版本: |
2.1.0 |
最后修改时间: |
2019-10-24 03:10:31 |
包类型: |
jar |
标题: |
akka-osgi |
描述: |
akka-osgi |
相关URL: |
http://www.typesafe.com |
大小: |
13.95KB |
|
Maven引入代码: |
<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-osgi_2.10</artifactId>
<version>2.1.0</version>
</dependency>
|
Gradle引入代码: |
com.typesafe.akka:akka-osgi_2.10:2.1.0
|
下载Jar包: |
|
POM文件内容: |
<?xml version='1.0' encoding='UTF-8'?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
<modelVersion>4.0.0</modelVersion>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-osgi_2.10</artifactId>
<packaging>bundle</packaging>
<description>akka-osgi</description>
<version>2.1.0</version>
<name>akka-osgi</name>
<organization>
<name>Typesafe Inc.</name>
<url>http://www.typesafe.com</url>
</organization>
<inceptionYear>2009</inceptionYear>
<url>http://akka.io</url>
<licenses>
<license>
<name>Apache 2</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<url>git://github.com/akka/akka.git</url>
<connection>scm:git:git@github.com:akka/akka.git</connection>
</scm>
<developers>
<developer>
<id>jboner</id>
<name>Jonas Boner</name>
</developer>
<developer>
<id>viktorklang</id>
<name>Viktor Klang</name>
</developer>
<developer>
<id>rkuhn</id>
<name>Roland Kuhn</name>
</developer>
<developer>
<id>pvlugter</id>
<name>Peter Vlugter</name>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-actor_2.10</artifactId>
<version>2.1.0</version>
</dependency>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.10.0</version>
</dependency>
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.core</artifactId>
<version>4.2.0</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.0.7</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.0.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.googlecode.pojosr</groupId>
<artifactId>de.kalpatec.pojosr.framework</artifactId>
<version>0.1.4</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.ops4j.pax.tinybundles</groupId>
<artifactId>tinybundles</artifactId>
<version>1.0.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_2.10</artifactId>
<version>1.9</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.10</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
akka.osgi.ActorSystemActivator$$anonfun$registerService$1.class
akka.osgi.ActorSystemActivator$$anonfun$start$1.class
akka.osgi.ActorSystemActivator$$anonfun$stop$1.class
akka.osgi.ActorSystemActivator$$anonfun$stop$2.class
akka.osgi.ActorSystemActivator.class
akka.osgi.OsgiActorSystemFactory$$anonfun$actorSystemName$1.class
akka.osgi.OsgiActorSystemFactory$.class
akka.osgi.OsgiActorSystemFactory.class
akka.osgi.impl.BundleDelegatingClassLoader$.class
akka.osgi.impl.BundleDelegatingClassLoader.class
|
依赖Jar: |
akka-actor_2.10-2.1.0.jar
/com.typesafe.akka/akka-actor_2.10/2.1.0
查看akka-actor_2.10所有版本文件
scala-library-2.10.0.jar
/org.scala-lang/scala-library/2.10.0
查看scala-library所有版本文件
org.osgi.core-4.2.0.jar
/org.osgi/org.osgi.core/4.2.0
查看org.osgi.core所有版本文件
logback-classic-1.0.7.jar
/ch.qos.logback/logback-classic/1.0.7
查看logback-classic所有版本文件
commons-io-2.0.1.jar
/commons-io/commons-io/2.0.1
查看commons-io所有版本文件
de.kalpatec.pojosr.framework-0.1.4.jar
/com.googlecode.pojosr/de.kalpatec.pojosr.framework/0.1.4
查看de.kalpatec.pojosr.framework所有版本文件
tinybundles-1.0.0.jar
/org.ops4j.pax.tinybundles/tinybundles/1.0.0
查看tinybundles所有版本文件
scalatest_2.10-1.9.jar
/org.scalatest/scalatest_2.10/1.9
查看scalatest_2.10所有版本文件
junit-4.10.jar
/junit/junit/4.10
查看junit所有版本文件
|