| License |
License |
|---|---|
| GroupId | GroupIdse.somath.publisher |
| ArtifactId | ArtifactIdmodel |
| 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 |
|---|---|
| model-1.0.5.pom | |
| model-1.0.5.jar | 21 KB |
| model-1.0.5-sources.jar | 11 KB |
| model-1.0.5-javadoc.jar | 116 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/se.somath.publisher/model/ -->
<dependency>
<groupId>se.somath.publisher</groupId>
<artifactId>model</artifactId>
<version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/se.somath.publisher/model/
implementation 'se.somath.publisher:model:1.0.5'
// https://jarcasting.com/artifacts/se.somath.publisher/model/
implementation ("se.somath.publisher:model:1.0.5")
'se.somath.publisher:model:jar:1.0.5'
<dependency org="se.somath.publisher" name="model" rev="1.0.5">
<artifact name="model" type="jar" />
</dependency>
@Grapes(
@Grab(group='se.somath.publisher', module='model', version='1.0.5')
)
libraryDependencies += "se.somath.publisher" % "model" % "1.0.5"
[se.somath.publisher/model "1.0.5"]
| Group / Artifact | Type | Version |
|---|---|---|
| commons-io : commons-io | jar | 2.4 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.10 |
| org.mockito : mockito-all | jar | 1.9.5-rc1 |