Command Line Processing

Extracting command line options directly into data members: each field marked with an @External annotation automatically becomes a command line option. Extracting the options values from the command line arguments, i.e., the "String[] args" parameter to main, into the field(s), requires a single method invocation: Introspector.extract(args, o1, o2, ...) where o1,o2, ... are the objects in which the fields annotated with @External.

Лицензия

Лицензия

Группа

Группа

il.ac.technion.cs.ssdl
Идентификатор

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

command-line-processing
Последняя версия

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

1.0.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

Command Line Processing
Extracting command line options directly into data members: each field marked with an @External annotation automatically becomes a command line option. Extracting the options values from the command line arguments, i.e., the "String[] args" parameter to main, into the field(s), requires a single method invocation: Introspector.extract(args, o1, o2, ...) where o1,o2, ... are the objects in which the fields annotated with @External.
Организация-разработчик

Организация-разработчик

Department of Computer Science, The Technion

Скачать command-line-processing

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

<!-- https://jarcasting.com/artifacts/il.ac.technion.cs.ssdl/command-line-processing/ -->
<dependency>
    <groupId>il.ac.technion.cs.ssdl</groupId>
    <artifactId>command-line-processing</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/il.ac.technion.cs.ssdl/command-line-processing/
implementation 'il.ac.technion.cs.ssdl:command-line-processing:1.0.1'
// https://jarcasting.com/artifacts/il.ac.technion.cs.ssdl/command-line-processing/
implementation ("il.ac.technion.cs.ssdl:command-line-processing:1.0.1")
'il.ac.technion.cs.ssdl:command-line-processing:jar:1.0.1'
<dependency org="il.ac.technion.cs.ssdl" name="command-line-processing" rev="1.0.1">
  <artifact name="command-line-processing" type="jar" />
</dependency>
@Grapes(
@Grab(group='il.ac.technion.cs.ssdl', module='command-line-processing', version='1.0.1')
)
libraryDependencies += "il.ac.technion.cs.ssdl" % "command-line-processing" % "1.0.1"
[il.ac.technion.cs.ssdl/command-line-processing "1.0.1"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.10

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

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

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

Версия
1.0.1