| GroupId | GroupIdorg.silentsoft.oss |
|---|---|
| ArtifactId | ArtifactIdnotice-file-generator |
| Version | Version2.2.0 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.silentsoft.oss/notice-file-generator/ -->
<dependency>
<groupId>org.silentsoft.oss</groupId>
<artifactId>notice-file-generator</artifactId>
<version>2.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.silentsoft.oss/notice-file-generator/
implementation 'org.silentsoft.oss:notice-file-generator:2.2.0'
// https://jarcasting.com/artifacts/org.silentsoft.oss/notice-file-generator/
implementation ("org.silentsoft.oss:notice-file-generator:2.2.0")
'org.silentsoft.oss:notice-file-generator:jar:2.2.0'
<dependency org="org.silentsoft.oss" name="notice-file-generator" rev="2.2.0">
<artifact name="notice-file-generator" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.silentsoft.oss', module='notice-file-generator', version='2.2.0')
)
libraryDependencies += "org.silentsoft.oss" % "notice-file-generator" % "2.2.0"
[org.silentsoft.oss/notice-file-generator "2.2.0"]