| Categories |
CategoriesNet Logging Application Layer Libs |
|---|---|
| GroupId | GroupIdnet.rumati.logging |
| ArtifactId | ArtifactIdmuffero-parent |
| Version | Version1.0.0beta1 |
| Type | Typepom |
| Filename | Size |
|---|---|
| muffero-parent-1.0.0beta1.pom | 6 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.rumati.logging/muffero-parent/ -->
<dependency>
<groupId>net.rumati.logging</groupId>
<artifactId>muffero-parent</artifactId>
<version>1.0.0beta1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.rumati.logging/muffero-parent/
implementation 'net.rumati.logging:muffero-parent:1.0.0beta1'
// https://jarcasting.com/artifacts/net.rumati.logging/muffero-parent/
implementation ("net.rumati.logging:muffero-parent:1.0.0beta1")
'net.rumati.logging:muffero-parent:pom:1.0.0beta1'
<dependency org="net.rumati.logging" name="muffero-parent" rev="1.0.0beta1">
<artifact name="muffero-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.rumati.logging', module='muffero-parent', version='1.0.0beta1')
)
libraryDependencies += "net.rumati.logging" % "muffero-parent" % "1.0.0beta1"
[net.rumati.logging/muffero-parent "1.0.0beta1"]