| License |
License |
|---|---|
| GroupId | GroupIdcom.vektorsoft.demux.tools |
| ArtifactId | ArtifactIddemux-test |
| Last Version | Last Version0.8.4 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionDEMUX Framework - Testing tools
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Project Organization |
Project OrganizationVektor Software |
| Filename | Size |
|---|---|
| demux-test-0.8.4.pom | |
| demux-test-0.8.4.jar | 7 KB |
| demux-test-0.8.4-sources.jar | 4 KB |
| demux-test-0.8.4-javadoc.jar | 47 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.vektorsoft.demux.tools/demux-test/ -->
<dependency>
<groupId>com.vektorsoft.demux.tools</groupId>
<artifactId>demux-test</artifactId>
<version>0.8.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.vektorsoft.demux.tools/demux-test/
implementation 'com.vektorsoft.demux.tools:demux-test:0.8.4'
// https://jarcasting.com/artifacts/com.vektorsoft.demux.tools/demux-test/
implementation ("com.vektorsoft.demux.tools:demux-test:0.8.4")
'com.vektorsoft.demux.tools:demux-test:jar:0.8.4'
<dependency org="com.vektorsoft.demux.tools" name="demux-test" rev="0.8.4">
<artifact name="demux-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vektorsoft.demux.tools', module='demux-test', version='0.8.4')
)
libraryDependencies += "com.vektorsoft.demux.tools" % "demux-test" % "0.8.4"
[com.vektorsoft.demux.tools/demux-test "0.8.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.felix : org.apache.felix.framework | jar | 4.2.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.10 |
| org.mockito : mockito-all | jar | 1.9.5 |