| Group ID: |
com.cerner.bunsen |
| Artifact ID: |
bunsen-assembly |
| Last modified: |
23.01.2018 19:57 |
| Packaging: |
jar |
| Name: |
Bunsen Distribution Assembly |
| Description: |
Assemnly for distribution Bunsen artifacts. |
|
|
| Size: |
2.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/com/cerner/bunsen/bunsen-assembly/0.2.0/bunsen-assembly-0.2.0.jar |
| POM: |
Show
hide
<?xml version="1.0" encoding="UTF-8"?>
<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>
<artifactId>bunsen-assembly</artifactId>
<packaging>jar</packaging>
<parent>
<artifactId>bunsen-parent</artifactId>
<groupId>com.cerner.bunsen</groupId>
<version>0.2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<name>Bunsen Distribution Assembly</name>
<description>Assemnly for distribution Bunsen artifacts.</description>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<executions>
<execution>
<id>dist</id>
<phase>package</phase>
<goals>
<goal>single</goal>
</goals>
<configuration>
<descriptors>
<descriptor>src/main/assembly/assembly.xml</descriptor>
</descriptors>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>com.cerner.bunsen</groupId>
<artifactId>bunsen-shaded</artifactId>
</dependency>
<dependency>
<groupId>com.cerner.bunsen</groupId>
<artifactId>bunsen-python</artifactId>
</dependency>
</dependencies>
</project>
|
| Maven: |
<dependency>
<groupId>com.cerner.bunsen</groupId>
<artifactId>bunsen-assembly</artifactId>
<version>0.2.0</version>
</dependency>
|
| Gradle: |
com.cerner.bunsen:bunsen-assembly:0.2.0 |
| Dependencies: |
|
| Dependency Graph: |
Show
Less
More
|