| Группа | Группаcom.thinkitcms |
|---|---|
| Идентификатор | Идентификаторthinkit-common-core |
| Последняя версия | Последняя версия1.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описание |
| Имя Файла | Размер |
|---|---|
| thinkit-common-core-1.0.pom | |
| thinkit-common-core-1.0-sources.jar | 22 KB |
| thinkit-common-core-1.0-javadoc.jar | 157 KB |
| Обзор |
<!-- 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"]