| License |
License |
|---|---|
| GroupId | GroupIdcom.panayotis |
| ArtifactId | ArtifactIdbase |
| Version | Version0.2 |
| Type | Typepom |
| Description |
DescriptionBase module
This is a support module of panayotis.com projects
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| base-0.2.pom | 4 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.panayotis/base/ -->
<dependency>
<groupId>com.panayotis</groupId>
<artifactId>base</artifactId>
<version>0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.panayotis/base/
implementation 'com.panayotis:base:0.2'
// https://jarcasting.com/artifacts/com.panayotis/base/
implementation ("com.panayotis:base:0.2")
'com.panayotis:base:pom:0.2'
<dependency org="com.panayotis" name="base" rev="0.2">
<artifact name="base" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.panayotis', module='base', version='0.2')
)
libraryDependencies += "com.panayotis" % "base" % "0.2"
[com.panayotis/base "0.2"]