| License |
License |
|---|---|
| GroupId | GroupIdcom.github.bakerln.framework |
| ArtifactId | ArtifactIdcommon-framework |
| Last Version | Last Version1.0.2-RELEASE |
| Release Date | Release Date |
| Type | Typepom |
| Description |
Descriptiona java framework for dev project
|
| Filename | Size |
|---|---|
| common-framework-1.0.2-RELEASE.pom | 3 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.bakerln.framework/common-framework/ -->
<dependency>
<groupId>com.github.bakerln.framework</groupId>
<artifactId>common-framework</artifactId>
<version>1.0.2-RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.bakerln.framework/common-framework/
implementation 'com.github.bakerln.framework:common-framework:1.0.2-RELEASE'
// https://jarcasting.com/artifacts/com.github.bakerln.framework/common-framework/
implementation ("com.github.bakerln.framework:common-framework:1.0.2-RELEASE")
'com.github.bakerln.framework:common-framework:pom:1.0.2-RELEASE'
<dependency org="com.github.bakerln.framework" name="common-framework" rev="1.0.2-RELEASE">
<artifact name="common-framework" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.bakerln.framework', module='common-framework', version='1.0.2-RELEASE')
)
libraryDependencies += "com.github.bakerln.framework" % "common-framework" % "1.0.2-RELEASE"
[com.github.bakerln.framework/common-framework "1.0.2-RELEASE"]