Ragememes in a jar

Rage Memes packaged as a jar files for easy inclusion in java projects

Лицензия

Лицензия

Группа

Группа

com.github.rahulsom
Идентификатор

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

ragememes-svg
Последняя версия

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

0.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

Ragememes in a jar
Rage Memes packaged as a jar files for easy inclusion in java projects
Ссылка на сайт

Ссылка на сайт

https://github.com/rahulsom/ragememes
Система контроля версий

Система контроля версий

https://github.com/rahulsom/ragememes

Скачать ragememes-svg

Как подключить последнюю версию

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

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

Ragememes

Java library to provide ragememes as classpath resources.

Description

Very often you find yourself needing to express something using a Rage Meme. If you were trying to write Java code to do that, you’ll find that there aren’t any libraries that allow you to do that easily.

This project aims to solve that problem. Now you can use Rage Memes in your code from the comfort of your IDE. You get static compilation too.

Usage

  1. Include Library

dependencies {
  // ...
  compile 'com.github.rahulsom:ragememes-png-large:+'
}
  1. Get the resource corresponding to the meme you want

import com.github.rahulsom.ragememes.png.large.LargePngRageMemes;
// ...
  InputStream stream = this.getClass().getClassLoader()
        .getResourceAsStream(LargePngRageMemes.cereal_guy_newspaper_guy_l);
  1. Profit

Details

There are 4 subprojects - png-small, png-medium, png-large and svg. You can import all 4 projects using the meta project all.

Releasing a new version

./gradlew uploadArchives
./gradlew closeAndPromoteRepository

Версии библиотеки

Версия
0.1