| GroupId | GroupIdcom.thinkitcms |
|---|---|
| ArtifactId | ArtifactIdthinkit-common-core |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Description |
| Filename | Size |
|---|---|
| thinkit-common-core-1.0.pom | |
| thinkit-common-core-1.0-sources.jar | 22 KB |
| thinkit-common-core-1.0-javadoc.jar | 157 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.thinkitcms/thinkit-common-core/ -->
<dependency>
<groupId>com.thinkitcms</groupId>
<artifactId>thinkit-common-core</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.thinkitcms/thinkit-common-core/
implementation 'com.thinkitcms:thinkit-common-core:1.0'
// https://jarcasting.com/artifacts/com.thinkitcms/thinkit-common-core/
implementation ("com.thinkitcms:thinkit-common-core:1.0")
'com.thinkitcms:thinkit-common-core:jar:1.0'
<dependency org="com.thinkitcms" name="thinkit-common-core" rev="1.0">
<artifact name="thinkit-common-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thinkitcms', module='thinkit-common-core', version='1.0')
)
libraryDependencies += "com.thinkitcms" % "thinkit-common-core" % "1.0"
[com.thinkitcms/thinkit-common-core "1.0"]