| Categories |
CategoriesJakarta Server Pages Jakarta EE The Web Tier config Application Layer Libs Configuration |
|---|---|
| GroupId | GroupIdcom.jspcore |
| ArtifactId | ArtifactIdsensitive-config |
| Version | Version0.0.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| sensitive-config-0.0.1.pom | |
| sensitive-config-0.0.1.jar | 12 KB |
| sensitive-config-0.0.1-sources.jar | 7 KB |
| sensitive-config-0.0.1-javadoc.jar | 57 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.jspcore/sensitive-config/ -->
<dependency>
<groupId>com.jspcore</groupId>
<artifactId>sensitive-config</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.jspcore/sensitive-config/
implementation 'com.jspcore:sensitive-config:0.0.1'
// https://jarcasting.com/artifacts/com.jspcore/sensitive-config/
implementation ("com.jspcore:sensitive-config:0.0.1")
'com.jspcore:sensitive-config:jar:0.0.1'
<dependency org="com.jspcore" name="sensitive-config" rev="0.0.1">
<artifact name="sensitive-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jspcore', module='sensitive-config', version='0.0.1')
)
libraryDependencies += "com.jspcore" % "sensitive-config" % "0.0.1"
[com.jspcore/sensitive-config "0.0.1"]