Categories |
Categoriesconfig Application Layer Libs Configuration Bootique User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.arakhne.afc.bootique |
ArtifactId | ArtifactIdbootique-printconfig |
Version | Version15.2 |
Type | Typejar |
Filename | Size |
---|---|
bootique-printconfig-15.2.pom | |
bootique-printconfig-15.2.jar | 12 KB |
bootique-printconfig-15.2-sources.jar | 11 KB |
bootique-printconfig-15.2-javadoc.jar | 60 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.arakhne.afc.bootique/bootique-printconfig/ -->
<dependency>
<groupId>org.arakhne.afc.bootique</groupId>
<artifactId>bootique-printconfig</artifactId>
<version>15.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.arakhne.afc.bootique/bootique-printconfig/
implementation 'org.arakhne.afc.bootique:bootique-printconfig:15.2'
// https://jarcasting.com/artifacts/org.arakhne.afc.bootique/bootique-printconfig/
implementation ("org.arakhne.afc.bootique:bootique-printconfig:15.2")
'org.arakhne.afc.bootique:bootique-printconfig:jar:15.2'
<dependency org="org.arakhne.afc.bootique" name="bootique-printconfig" rev="15.2">
<artifact name="bootique-printconfig" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.arakhne.afc.bootique', module='bootique-printconfig', version='15.2')
)
libraryDependencies += "org.arakhne.afc.bootique" % "bootique-printconfig" % "15.2"
[org.arakhne.afc.bootique/bootique-printconfig "15.2"]