| License |
License |
|---|---|
| GroupId | GroupIdse.somath.publisher |
| ArtifactId | ArtifactIdacceptance-test |
| Last Version | Last Version1.0.5 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionA Maven plugin that reads a html file and includes source code into it
|
| Filename | Size |
|---|---|
| acceptance-test-1.0.5.pom | |
| acceptance-test-1.0.5.jar | 2 KB |
| acceptance-test-1.0.5-sources.jar | 1 KB |
| acceptance-test-1.0.5-javadoc.jar | 332 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/se.somath.publisher/acceptance-test/ -->
<dependency>
<groupId>se.somath.publisher</groupId>
<artifactId>acceptance-test</artifactId>
<version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/se.somath.publisher/acceptance-test/
implementation 'se.somath.publisher:acceptance-test:1.0.5'
// https://jarcasting.com/artifacts/se.somath.publisher/acceptance-test/
implementation ("se.somath.publisher:acceptance-test:1.0.5")
'se.somath.publisher:acceptance-test:jar:1.0.5'
<dependency org="se.somath.publisher" name="acceptance-test" rev="1.0.5">
<artifact name="acceptance-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='se.somath.publisher', module='acceptance-test', version='1.0.5')
)
libraryDependencies += "se.somath.publisher" % "acceptance-test" % "1.0.5"
[se.somath.publisher/acceptance-test "1.0.5"]
| Group / Artifact | Type | Version |
|---|---|---|
| commons-io : commons-io | jar | 2.4 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.10 |