License |
License |
---|---|
GroupId | GroupIdcom.plumelog |
ArtifactId | ArtifactIdplumelog |
Version | Version3.4.2 |
Type | Typepom |
Description |
Descriptionplumelog
The parent project of plumelog
|
Filename | Size |
---|---|
plumelog-3.4.2.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.plumelog/plumelog/ -->
<dependency>
<groupId>com.plumelog</groupId>
<artifactId>plumelog</artifactId>
<version>3.4.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.plumelog/plumelog/
implementation 'com.plumelog:plumelog:3.4.2'
// https://jarcasting.com/artifacts/com.plumelog/plumelog/
implementation ("com.plumelog:plumelog:3.4.2")
'com.plumelog:plumelog:pom:3.4.2'
<dependency org="com.plumelog" name="plumelog" rev="3.4.2">
<artifact name="plumelog" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.plumelog', module='plumelog', version='3.4.2')
)
libraryDependencies += "com.plumelog" % "plumelog" % "3.4.2"
[com.plumelog/plumelog "3.4.2"]