не последняя версия
Последняя версия 2.3

me.zzp:jactiverecord 2.2

ActiveRecord of Ruby on Rails in Java

Группа

Группа

me.zzp
Идентификатор

Идентификатор

jactiverecord
Версия

Версия

2.2
Тип

Тип

jar

Скачать jactiverecord 2.2


<!-- https://jarcasting.com/artifacts/me.zzp/jactiverecord/ -->
<dependency>
    <groupId>me.zzp</groupId>
    <artifactId>jactiverecord</artifactId>
    <version>2.2</version>
</dependency>
// https://jarcasting.com/artifacts/me.zzp/jactiverecord/
implementation 'me.zzp:jactiverecord:2.2'
// https://jarcasting.com/artifacts/me.zzp/jactiverecord/
implementation ("me.zzp:jactiverecord:2.2")
'me.zzp:jactiverecord:jar:2.2'
<dependency org="me.zzp" name="jactiverecord" rev="2.2">
  <artifact name="jactiverecord" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.zzp', module='jactiverecord', version='2.2')
)
libraryDependencies += "me.zzp" % "jactiverecord" % "2.2"
[me.zzp/jactiverecord "2.2"]