| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.bitbucket.askllc.krausening |
| Идентификатор | Идентификаторkrausening-root |
| Последняя версия | Последняя версия10 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеKrausening
Krausening is a library that allows for the externalization of property and configuration files from
deployment units, such as WARs, EARs, uber JARs, etc. By ensuring that property files are external to deployment
packages, these packages can be easily reused as-is to deploy to heterogeneous environments, circumventing
the need to hack apart or rebuild the package to support property file modification.
|
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| krausening-root-10.pom | 6 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.bitbucket.askllc.krausening/krausening-root/ -->
<dependency>
<groupId>org.bitbucket.askllc.krausening</groupId>
<artifactId>krausening-root</artifactId>
<version>10</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.bitbucket.askllc.krausening/krausening-root/
implementation 'org.bitbucket.askllc.krausening:krausening-root:10'
// https://jarcasting.com/artifacts/org.bitbucket.askllc.krausening/krausening-root/
implementation ("org.bitbucket.askllc.krausening:krausening-root:10")
'org.bitbucket.askllc.krausening:krausening-root:pom:10'
<dependency org="org.bitbucket.askllc.krausening" name="krausening-root" rev="10">
<artifact name="krausening-root" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.bitbucket.askllc.krausening', module='krausening-root', version='10')
)
libraryDependencies += "org.bitbucket.askllc.krausening" % "krausening-root" % "10"
[org.bitbucket.askllc.krausening/krausening-root "10"]