| License |
License |
|---|---|
| GroupId | GroupIdcom.acidmanic |
| ArtifactId | ArtifactIdapplication-pattern |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionapplication-pattern
I use these contracts and services to start middle scale application with many background services
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| application-pattern-1.0.0.pom | |
| application-pattern-1.0.0.jar | 19 KB |
| application-pattern-1.0.0-sources.jar | 10 KB |
| application-pattern-1.0.0-javadoc.jar | 91 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.acidmanic/application-pattern/ -->
<dependency>
<groupId>com.acidmanic</groupId>
<artifactId>application-pattern</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.acidmanic/application-pattern/
implementation 'com.acidmanic:application-pattern:1.0.0'
// https://jarcasting.com/artifacts/com.acidmanic/application-pattern/
implementation ("com.acidmanic:application-pattern:1.0.0")
'com.acidmanic:application-pattern:jar:1.0.0'
<dependency org="com.acidmanic" name="application-pattern" rev="1.0.0">
<artifact name="application-pattern" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.acidmanic', module='application-pattern', version='1.0.0')
)
libraryDependencies += "com.acidmanic" % "application-pattern" % "1.0.0"
[com.acidmanic/application-pattern "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.acidmanic : lightweight-logger | jar | 1.0.0 |